projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcfe983
)
(comint-mode): Add a mode-class property.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 5 May 1997 01:07:37 +0000
(
01:07
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 5 May 1997 01:07:37 +0000
(
01:07
+0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 0fab975f297c94e5b2062829f29d08f70d0e8baa..8ae8787d2e3ad7c1acd850c97b3d5de820284010 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-367,6
+367,8
@@
This is to work around a bug in Emacs process signaling.")
(put 'comint-scroll-show-maximum-output 'permanent-local t)
(put 'comint-ptyp 'permanent-local t)
+(put 'comint-mode 'mode-class 'special)
+
(defun comint-mode ()
"Major mode for interacting with an inferior interpreter.
Interpreter name is same as buffer name, sans the asterisks.